home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 3 / The Arsenal Files 3.iso / gen_prog / appdemo.exe / APP.CFG < prev    next >
Text File  |  1994-11-07  |  5KB  |  180 lines

  1. ; These are the Error messages used by A++.
  2.  
  3. .ERRORMESSAGES
  4. ; The following are the standard DOS error messages
  5. 0,No Error
  6. 1,Invalid function code
  7. 2,File not found
  8. 3,Path not found
  9. 4,Too many open files
  10. 5,Access denied
  11. 6,Invalid handle
  12. 7,Memory control blocks destroyed
  13. 8,Insufficient memory
  14. 9,Invalid memory block address
  15. 10,Invalid Environment
  16. 11,Invalid Format
  17. 12,Invalid Access code
  18. 13,Invalid data
  19. 15,Invalid Drive
  20. 16,Attempt to remove the current directory
  21. 17,Not same device
  22. 18,No more files
  23. 19,Disk is Write Protected
  24. 20,Bad Disk unit
  25. 21,Drive not ready
  26. 22,Invalid disk command
  27. 23,CRC error
  28. 24,Invalid Length
  29. 25,Seek error
  30. 26,Not an MS DOS disk
  31. 27,Sector not found
  32. 28,Out of paper
  33. 29,Write fault
  34. 30,Read fault
  35. 31,General failure
  36. 32,Sharing violation
  37. 33,Lock violation
  38. 34,Wrong disk
  39. 35,FCB unavailable
  40. 36,Sharing buffer overflow
  41. 50,Network request not supported
  42. 51,Remote computer not listening
  43. 52,Duplicate name on network
  44. 53,Network path not found
  45. 54,Network busy
  46. 55,Network device no longer exists
  47. 56,Net BIOS command limit exceeded
  48. 57,Network adapter hardware error
  49. 58,Incorrect response from network
  50. 59,Unexpected network error
  51. 60,Incompatible remote adapter
  52. 61,Print Queue full
  53. 62,Print Queue not full
  54. 63,Print file was cancelled
  55. 64,Network name was deleted
  56. 65,Access denied
  57. 66,Network device type incorrect
  58. 67,Network name not found
  59. 68,Network name limit exceeded
  60. 69,Net BIOS session limit exceeded
  61. 70,Sharing temporarily paused
  62. 71,Network request not accepted
  63. 72,Print or disk redirection paused
  64. 80,File exists
  65. 82,Cannot make directory entry
  66. 83,Fail on interrupt 24h
  67. 84,Out of network structures
  68. 85,Device already assigned
  69. 86,Invalid password
  70. 87,Invalid parameter
  71. 88,Network data fault
  72. ;
  73. ; The following are all compiler errors
  74. ; Where there is a # it is replaced with the offending Token
  75. 100,Test Error
  76. 101,Assembler instruction does not exist
  77. 102,Syntax Error 2
  78. 103,Syntax Error 3
  79. 104,Syntax Error 4
  80. 105,Syntax Error 5
  81. 106,Syntax Error 6
  82. 107,Syntax Error 7
  83. 108,Syntax Error IF
  84. 109,Syntax Error
  85. 110,Stream Syntax Error
  86. 111,Unknown Syntax Error
  87. 112,Expression Syntax Error
  88. 113,Run Program
  89. 114,Edit Program
  90. 115,Compilation Error
  91. 116,Fatal Error
  92. 117,
  93. 118,
  94. 119,Need to Rebuild Program from Scratch
  95. 120,Structure # defined twice
  96. 121,
  97. 122,Function #() defined twice
  98. 123,Function #() not defined
  99. 124,Invalid memory address #
  100. 125,Expecting a Semicolon ";"
  101. 126,Could not find Function # in MAP
  102. 127,There is nothing to "break" out of or "continue" to 
  103. 128,Too many arguments
  104. 129,Too few arguments
  105. 130,Expecting a "," or ")" or Variable
  106. 131,Expecting "{"
  107. 132,Expecting a Variable
  108. 133,Expecting "="
  109. 134,Expecting a Register or Variable Declaration
  110. 135,Duplicate Lable
  111. 136,Lable # missing
  112. 137,Invalid name
  113. 138,Cannot be negative
  114. 139,Expecting Quotation Mark "
  115. 141,Expecting a String
  116. 142,Brackets not matched
  117. 143,Expecting a Variable or Constant
  118. 144,Invalid memory operand
  119. 145,Missing Close Bracket "]"
  120. 146,Invalid number
  121. 147,Invalid declaration
  122. 148,Expecting Open Bracket "("
  123. 149,Expecting "while"
  124. 150,Expecting a string constant or variable
  125. 151,preserve ALL does not work for Functions which return a value 
  126. 152,Variable already defined
  127. 153,Cannot modify a string passed as a Function Argument
  128. 154,Statement missing
  129. 155,Invalid "Structure"
  130. 156,Variable is not an array
  131. 157,Expecting Close Bracket ")"
  132. 158,Destination must be "AX"
  133. 159,The same return string must be used at each return
  134. 160,Incompatiable Variable types
  135. 161,Code or Data Segment too large
  136. 162,Too many Calls to Functions
  137. 163,Too many Jumps (GOTO's) in Function
  138. 164,Too many INCLUDE Files
  139. 165,Too many Functions
  140. 166,Too many instructions on one line
  141. 167,Too many variables
  142. 168,Too many string constants
  143. 169,Too many DEFINE statements
  144. 170,Name too long
  145. 171,Number out of Range
  146. 172,Expression or IF too complicated
  147. 173,Cannot have Arithmetic Expression on Right Hand Side of Comparison
  148. 174,Cannot get the address of this Variable / Function
  149. 175,Could not find Start()
  150. 176,Function #() must be declared as far
  151. 177,Braces "{}" not matched
  152. 179,Could not open file #
  153. 180,Error reading Database
  154. 181,Program Too Large for Demo Version of A++
  155. 182,Expecting an Array Index
  156. 183,Expecting a ","
  157. 184,String function calls must have a string as a destination
  158. 185,Invalid Switch
  159. 186,Register already used by compiler
  160. 187,Could not find # in MAP file
  161. 188,Extra characters on the end
  162. 189,Expecting a number or CL
  163. 190,Invalid return code
  164. 191,Misplaced else
  165. 192,Sorry, Cannot Increment or Decrement here
  166. 193,
  167. 194,
  168. 195,
  169. 196,
  170. 197,
  171. 198,
  172. 199,
  173. ; The following are Run Time errors
  174. 200,String Heap Full
  175. 201,String too long for buffer
  176. 202,Too many structures with strings
  177. 203,Invalid String Address
  178. 204,End of File
  179. .END
  180.